func google.golang.org/protobuf/encoding/protojson.unmarshalUint
3 uses
google.golang.org/protobuf/encoding/protojson (current package)
decode.go#L302: if v, ok := unmarshalUint(tok, b32); ok {
decode.go#L307: if v, ok := unmarshalUint(tok, b64); ok {
decode.go#L375: func unmarshalUint(tok json.Token, bitSize int) (protoreflect.Value, bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)